body
{
    font-family: Arial, Helvetica, sans-serif;
}

td, table, p, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a
{
	color: #0067B1;
    font-size: 11px;
}

a:visited
{
	color: #0067B1;
    font-size: 11px;
}
a:hover
{
	color: #39F;
    font-size: 11px;
}

/* DATAGRID */
.dataGrid .header
{
	background-color: #0067B1;
	color:White;
    font-size: 12px;
}

.datagrid .row1
{
	background-color: #F2F2F2;
}

.datagrid .row2
{
	background-color: #E5E5E5;
}

.formlist .header
{
	background-color: #0067B1;
	color:White;
    font-size: 12px;
}

.formlist .row1
{
	background-color: #F2F2F2;
}

.formlist .row2
{
	background-color: #E5E5E5;
}

.fakeLink
{
	color: #0067B1;
}

/* BUTTON */
.button
{
	background-color: #0067B1;
	color: White;
	border: 1px outset #666666;
    font-size: 12px;
	font-weight: bold;
}

.disabled
{	
	background-color: silver;
}

.buttonSelected
{
	background-color: #001751;
}

/* DIVERSE */
hr
{
	background-color:#666666; 
	color:#666666; 
}

.livegrid .header		{background-color: #0067B1; height:20px; font-weight: bold; color:White}
.livegrid .row1			{background-color: #F2F2F2; height:20px;}
.livegrid .row2			{background-color: #E5E5E5; height:20px;}
.livegrid .flag			{padding-top:5px; text-align:center;}
.livegrid .num			{padding-right:5px; text-align:right;}
